home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / UNPROPTC.LZH / WS33-AT.PAT < prev    next >
Text File  |  1984-11-17  |  2KB  |  48 lines

  1. The following are MicroPro patches for WORDSTAR 3.3 FOR OPERATION
  2. UNDER DOS 3.0 ON THE PC/AT/XT, DATED 10/12/84.
  3.  
  4. 1. WS does not update file directory display when logged drive is
  5. changed, though the logged drive does change correctly. Patch is made
  6. to WS.COM.
  7.  
  8. Patch: Address:  1F01
  9.        Bytes:    E9 8C 05 90 90
  10.  
  11.        Address:  2490
  12.        Bytes:    C6 06 A9 45 00 3C FF 75 01 C3 E9 69 FA 90 90 90 90
  13.                  90 90 90 90
  14.  
  15.        NOTE: If you wish to do this automatically using the
  16.              redirection feature, then copy the following to a file
  17.              called WSPCH.CMD.
  18.  
  19. E1F01 E9 8C 05 90 90
  20. E2490 C6 06 A9 45 00 3C FF 75 01 C3 E9 69 FA90 90 90 90 90 90 90 90
  21. W
  22. Q
  23.  
  24. To run, assuming Debug and WS.COM are on the same drive, type:
  25.  
  26.           Debug WS.COM <WSPCH.CMD  (Must be a space before '<')
  27.  
  28.  
  29.  
  30. 2. Because the AT is significantly faster than either the PC or XT,
  31.    certain WordStar functions (such as menu display) may occur too
  32.    quickly for some users. To correc, patch WS.COM as follows:
  33.  
  34.    Patch:  Address: 02D1
  35.            Bytes:   18 25 17
  36.  
  37.  
  38.  
  39. 3. CorrectStar: Not enough space is provided to type a full path
  40.    specification.  Correct by patching CORRSTAR.OVR, as follows:
  41.  
  42.    Patch:  Address:  1342
  43.            Bytes:    7C
  44.  
  45.  
  46.  
  47. -- Jim Gainsley (IBMPC SIG) 76703,107 --
  48.